Interface org.omg.CORBA.Repository
All Packages Class Hierarchy This Package Previous Next Index
Interface org.omg.CORBA.Repository
- public interface Repository
- extends Object
- extends Object, Container
Repository is an interface that provides global access to the Interface Repository. Repository objects can contain constants,typedefs, exceptions, interfaces, and modules.
-
create_array(int, IDLType)
-
-
create_sequence(int, IDLType)
-
-
create_string(int)
-
-
get_primitive(PrimitiveKind)
-
-
lookup_id(String)
-
lookup_id
public abstract Contained lookup_id(String search_id)
get_primitive
public abstract PrimitiveDef get_primitive(PrimitiveKind kind)
create_string
public abstract StringDef create_string(int bound)
create_sequence
public abstract SequenceDef create_sequence(int bound,
IDLType element_type)
create_array
public abstract ArrayDef create_array(int length,
IDLType element_type)
All Packages Class Hierarchy This Package Previous Next Index